/-editor
CodeMirrorEditor.ts
CompletionCodeMirrorEditor.ts
CssEditorType.ts
Editor.ts
EditorType.ts
HtmlEditorType.ts
JavaScriptEditorType.ts
TypeScriptEditorType.ts
x-last-PlainTextEditorType.ts
/-files
/-imports
/-layout
/-typings
TypeScriptService.ts
dummy.ts
ko.ts
persistence.ts
shell.ts
teapo.html
teapo.js
teapo.ts
1
class Apple { 
2
  constructor() {
3
  }
4
 
5
  method() {
6
    this.method();
7
  }
8
}